home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / Delphi Digests / Delphi Vol. 2 / Delphi 2.60 < prev    next >
Encoding:
Text File  |  1988-01-01  |  26.4 KB  |  781 lines  |  [TEXT/ttxt]

  1.  
  2.  Delphi Mac Digest          Thursday, 20 November 1986      Volume 2 : Issue
  3. -60
  4.  
  5.  Today's Topics:
  6.       RE: Hard  disk drives (Re: Msg 14839) (4 messages)
  7.       Hyper Drawers warning
  8.       RE: Booting SCSI & HD20 Hard disk
  9.       RE: human touch "One Touch" board (alter (Re: Msg 14845) (2 messages)
  10.       RE: Apple fellows & "Application already open" message?
  11.       RE: Expanding your system heap (3 messages)
  12.       power supply parts
  13.       New Apple Sales Promotion? (3 messages)
  14.       Programmers at Work (2 messages)
  15.       DataFrame 40 XP is _Fast_
  16.       RE: Wanted: the MacBinary specification
  17.       RE: Computerworld Focus 11/12
  18.       RE: IBM-PC <-> VAX <-> MAC network?
  19.       RE: APL for the Mac (2 messages)
  20.       RE: ZoomWindows...Help Wanted
  21.       RE: Mac fan comparison
  22.       Re: mac video - drawing into ScreenBits
  23.       PCPC's HFS Backup (3 messages)
  24.       RE: Font questions
  25.       RE: HD vs. Floppy: $/Kb (3 messages)
  26.       SCSI pinouts
  27.       HFS Blues Revisited
  28.       RE: mac video - drawing into ScreenBits fast?
  29.  -----------------------------------------------------------------------
  30.  
  31.  From: HSTARR (14851)
  32.  Subject: RE: Hard  disk drives (Re: Msg 14839)
  33.  Date: 15-NOV 01:17 Hardware & Peripherals
  34.  
  35.  Levco make an internal 20mb drive called the Overdrive-20, and it
  36.  couples with the 2Mx board, and the Prodigy 4 (I have both). They are
  37.  also releasing a 40mb Overdrive early in December (based on the CP340
  38.  I think). I personally like the Overdrive (even if it is not the
  39.  speediest, at the moment) because of the way it mounts internally, and
  40.  the reasonably quiet, but very efficient fan (no more heat problems).
  41.  
  42.  On the Prodigy at least, the Overdrive's power supply runs the Disk and the
  43.  upgrade, so there is absolutely no extra load on the damned pple supply.
  44.  
  45.  I have only had the Prodigy/Overdrive for 2 months, but (cross all
  46. -appendages)
  47.  nothing has gone wrong, YET!
  48.  
  49.  The Overdrive retails for about $1000, so it is not the cheapest.
  50.  
  51.  ------------------------------
  52.  
  53.  From: BRECHER (14920)
  54.  Subject: RE: Hard  disk drives (Re: Msg 14907)
  55.  Date: 17-NOV 02:22 Hardware & Peripherals
  56.  
  57.  The allocation block size on HFS volumes is 0.5K for volumes up to
  58.  32MB in size, 1.0K for 32-64MB, 1.5K for 64-96MB, etc.  The reason for
  59.  this is that a volume can have at most 65,535 allocation blocks.
  60.  
  61.  ------------------------------
  62.  
  63.  From: DWB (14958)
  64.  Subject: RE: Hard  disk drives (Re: Msg 14920)
  65.  Date: 18-NOV 04:32 Hardware & Peripherals
  66.  
  67.  Shouldn't that be the "minimum allocation block size is" I believe
  68.  that you can change that on a per volume basis by twiddleing a number
  69.  in the volume header block or whatever it's called.  Another reason
  70.  for having larger allocation block sizes is to reduce the amount of
  71.  fragmentation a disk undergoes.  You ideallly want to tailor the size
  72.  of the allocation block to the average and mean sizes of the files on
  73.  the volumes.  That tailoring process ain't easy though.  An ideal
  74.  number for most users should actually be about 2k though...
  75.  
  76.      David
  77.  
  78.  ------------------------------
  79.  
  80.  From: BRECHER (14959)
  81.  Subject: RE: Hard  disk drives (Re: Msg 14958)
  82.  Date: 18-NOV 10:24 Hardware & Peripherals
  83.  
  84.  Yes, I was referring to the minimum and default allocation block size.
  85.  It can be changed prior to initializing the disk as described in the
  86.  Disk Initialization Package chapter in IM vIV.  Any change after
  87.  initialization would have to be done before any files (even Desktop)
  88.  were created, and would require changing several fields in the master
  89.  directory block and the copy of the virgin MDB at the end of the
  90.  volume.
  91.  
  92.  ------------------------------
  93.  
  94.  From: HSTARR (14852)
  95.  Subject: Hyper Drawers warning
  96.  Date: 15-NOV 12:28 Hardware & Peripherals
  97.  
  98.  Be aware that the stupid GCC Drawers accessory fails to UnLock itself when it
  99.  quits -- thus leaving a large LOCKED, unrelocatable block in your application
  100.  heap.
  101.  
  102.  If anyone has a REAL line of communication to GCC, maybe YOU can get thru to
  103.  them.
  104.  
  105.  This causes real PAIN when using Lightspeed Pascal.
  106.  
  107.  ------------------------------
  108.  
  109.  From: LOGICHACK (14863)
  110.  Subject: RE: Booting SCSI & HD20 Hard disk
  111.  Date: 16-NOV 03:17 Network Digests
  112.  
  113.  > From: <CLAK100%BGUNOS.BITNET@WISCVM.WISC.EDU>
  114.  > Subject: Booting SCSI & HD20 Hard disk
  115.  
  116.    One way (not super elegant) way to make a SCSI drive boot before the HD-20
  117. -is
  118.  to kill the boot block signature off of the HD-20 with Fedit. Just change
  119. -Larry
  120.  Kenyan's initials in the first to bytes of a volume to anything else and you
  121.  got.
  122.  
  123.  Paul :)
  124.  
  125.  ------------------------------
  126.  
  127.  From: LOGICHACK (14864)
  128.  Subject: RE: human touch "One Touch" board (alter (Re: Msg 14845)
  129.  Date: 16-NOV 03:41 Hardware & Peripherals
  130.  
  131.  Doug:
  132.  
  133.  I have a Human Touch 3 to 1 Touchboard and have been using it since July. I'm
  134.  extremely pleased with its performance  and compatibility.  It has, in my
  135.  experience, been compatible with all software that also works on other 2MB
  136.  upgrades.  The only exception to that I have found is Pheonix 3D.  I might
  137. -note
  138.  that the 321 board speeds up everything on the Mac to 12.5mhz including the
  139.  Apple ROMs.  I don't think the HyperDrive 2000 (a similar product) does that.
  140.  
  141.  Note that I'm not completely unbiased since I wrote most of the ROM
  142.  code for the 321 board.  The bad news is that Human Touch has
  143.  apparently disappeared for the time being.  Their phone number 'has
  144.  been temporarily disconnected due to the customer's request' according
  145.  to a phone company recording.
  146.  
  147.  One major complaint of the upgrade was its ugly external power supply. My
  148.  solution was to mount the power supply internally.  Not too tough to do, even
  149.  for a hardware klutz like me.  I'm not sure if you should by one (if you can
  150.  even find one) due to the unknow status of the company.  One last thing, I'm
  151.  using a SuperMac DataPort to hook up a DataFrame to it.  Sucker works great.
  152.  
  153.  Welcome to ICONtact.
  154.  
  155.  Paul :)
  156.  
  157.  ------------------------------
  158.  
  159.  From: DDUNHAM (14869)
  160.  Subject: RE: human touch "One Touch" board (alter (Re: Msg 14845)
  161.  Date: 16-NOV 03:54 Hardware & Peripherals
  162.  
  163.  A friend of mine bought a One Touch board, but there were some
  164.  problems with it, so he had to send it back for a new one
  165.  (regretfully, since he loved the speed).  And then Human Touch went
  166.  chapter 11.  I don't know what his dealer was able to do.
  167.  
  168.  ------------------------------
  169.  
  170.  From: DDUNHAM (14870)
  171.  Subject: RE: Apple fellows & "Application already open" message?
  172.  Date: 16-NOV 03:54 Network Digests
  173.  
  174.   > From: shimono@tkov58.dec.com (Takao Shimono - the TongKing boy)
  175.   > I know Dr. Alan Kay is one of three Apple Fellows.
  176.  
  177.  Bill Atkinson is another.
  178.  
  179.   > From: mcb@styx.UUCP (Michael C. Berch)
  180.   > Subject: "Application already open" message?
  181.  
  182.  I think I've seen that happen when I've moved an application from one folder
  183. -to
  184.  another.  Apparently Finder doesn't update its APPL resource (in which it
  185. -keeps
  186.  track of what applications are where). One way around this was to open the
  187.  folder containing the application.
  188.  
  189.   David Dunham     "If voting could change the system, it would be illegal.
  190. -If
  191.   Maitreya Design   not voting could change the system, it would be be
  192. -illegal."
  193.  
  194.  ------------------------------
  195.  
  196.  From: PEABO (14882)
  197.  Subject: RE: Expanding your system heap
  198.  Date: 16-NOV 17:19 Network Digests
  199.  
  200.  >From: howard@amdahl.UUCP (Howard C. Simonson)
  201.  >Subject: Expanding your system heap
  202.  >Date: 11 Nov 86 22:53:17 GMT
  203.  >Organization: Amdahl Corp, UTS Products Group
  204.  
  205.  >Thought I'd make a quick request to the net about the proper way to go
  206.  >about expanding the system heap.
  207.  
  208.  In addition to fooling with the field in Boot Blocks containing the size of
  209.  the System Heap, make sure you also increment the Boot Blocks version number.
  210.  The 128K ROMs look at the version number first before deciding whether to
  211.  use the settings in the Boot Blocks or whether to default to settings from
  212.  the ROM.
  213.  
  214.  Last I heard, it was not advisable to set the size of the System Heap larger
  215.  than 64K.  Among other things, system patches have in the past been referred
  216.  to the base of the System Heap using a 16-bit offset, and if this is still
  217.  true, it might cause problems.
  218.  
  219.  peter
  220.  
  221.  ------------------------------
  222.  
  223.  From: DDUNHAM (14957)
  224.  Subject: RE: Expanding your system heap
  225.  Date: 18-NOV 04:12 Network Digests
  226.  
  227.  While testing some prerelease software that gave misleading error messages, I
  228.  cranked my system heap up to 100K with no apparent ill effects.  I do have a
  229.  Mac+; I think the 64K limit is much more of a problem with 64K ROMs.
  230.  
  231.  ------------------------------
  232.  
  233.  From: PEABO (14963)
  234.  Subject: RE: Expanding your system heap
  235.  Date: 18-NOV 13:28 Network Digests
  236.  
  237.  Could be ... there was something to do with the coding of the trap
  238.  vector during initialization, which was compressed in the 64K ROMs but
  239.  not in the 128K ROMs.  (Now where is my master concordance of Inside
  240.  Mac where I can look this up???)
  241.  
  242.  peter
  243.  
  244.  ------------------------------
  245.  
  246.  From: CCWOLFE (14902)
  247.  Subject: power supply parts
  248.  Date: 16-NOV 21:57 Hardware & Peripherals
  249.  
  250.  Does anyone know where I can obtain parts for the power supply mines
  251.  almost shot
  252.  
  253.  ------------------------------
  254.  
  255.  From: DSACHS (14929)
  256.  Subject: New Apple Sales Promotion?
  257.  Date: 17-NOV 20:16 SIG Business
  258.  
  259.  Does anyone know why Apple has been sending out large empty envelope?  After
  260.  reading someone else's report, I recevied one today.
  261.  
  262.  ------------------------------
  263.  
  264.  From: MOUSEKETEER (14931)
  265.  Subject: RE: New Apple Sales Promotion? (Re: Msg 14929)
  266.  Date: 17-NOV 20:38 SIG Business
  267.  
  268.  That's the new press kit for the new *** due out next January.
  269.  
  270.  The way I look at it, if they got the postage right, it's a plus (in several
  271.  terms of the word).
  272.  
  273.  Then again, maybe it's a sneaky way of bringing up the topic of one slot.
  274.  
  275.  (stop me!   stop me!)
  276.  
  277.  Alf
  278.  
  279.  ------------------------------
  280.  
  281.  From: LOFTUSBECKER (14939)
  282.  Subject: RE: New Apple Sales Promotion? (Re: Msg 14929)
  283.  Date: 17-NOV 21:15 SIG Business
  284.  
  285.  They hope you will put some money in them  and return them...
  286.  
  287.  For what it's worth, I got an envelope (nonempty) with a mailing pushing APDA
  288.  today.  They paid 56 cents postage for it.  That might be what you aren't
  289.  getting.
  290.  
  291.  Lofty
  292.  
  293.  ------------------------------
  294.  
  295.  From: TRAINBRAIN (14947)
  296.  Subject: Programmers at Work
  297.  Date: 18-NOV 01:57 Programming
  298.  
  299.  While killing some time in a Computerland recently, I spotted a title
  300.  "Programmers at Work" on the bookshelf.  The title was enough for a
  301.  mental yuk, but since the car was not going to be ready for an hour, I
  302.  ended up thumbing through it.  Turned out to be one of the most
  303.  delightful books I have ever read.
  304.  
  305.  It's a series of interviews of the well known programmers of our day
  306.  (Gates, Kildall, Hertzfeld and 16 others).  They express feelings,
  307.  philosophies on a variety of subjects, programming techniques, where
  308.  computers are going, the effect of age on programmi ng skills (scary,
  309.  I'm 46), how they got started, etc.
  310.  
  311.  The techniques and hints are useful, but the book is so much more than that.
  312. - I
  313.  identified with many of the feelings, dreams, frustrations, and triumphs
  314.  expressed.  It gave me a better appreciation of what it is to be a
  315. -programmer.
  316.  I can now put into word s why I enjoy it so much.  It gives the profession
  317. -some
  318.  dignity.  Next time I fill out a form with a box marked 'occupation' I will
  319. -say
  320.  'programmer' without the mental prefix 'just a'.
  321.  
  322.  It's published by Microsoft Press ($14.95).  The editor is Susan Lammers.  I
  323.  have also seen it in Crown Books.  The other big chains should be carrying it
  324.  also.
  325.  
  326.  Steve Seidensticker, Author of PROLOG/m
  327.  
  328.  P.S.  I have no connection with Microsoft or anyone mentioned.  This
  329.  is strictly an unsolicited testimonial.
  330.  
  331.  ------------------------------
  332.  
  333.  From: PEABO (14960)
  334.  Subject: RE: Programmers at Work (Re: Msg 14947)
  335.  Date: 18-NOV 13:19 Programming
  336.  
  337.  I'll second the testimonial.  It's a great book and I stretched it out over a
  338.  week or two instead of gulping it down at one sitting.
  339.  
  340.  peter
  341.  
  342.  ------------------------------
  343.  
  344.  From: MACINTOUCH (14964)
  345.  Subject: DataFrame 40 XP is _Fast_
  346.  Date: 18-NOV 14:24 Hardware & Peripherals
  347.  
  348.  I've just completed benchmarks on the DataFrame 40 XP, and I've been using it
  349.  for real work.  It's very fast.  Our benchmarks show about a 20% increase
  350. -over
  351.  the run-of-the-mill, and the speed increase is quite noticable in use.
  352.  
  353.  Ric
  354.  
  355.  ------------------------------
  356.  
  357.  From: MACINTOUCH (14965)
  358.  Subject: RE: Wanted: the MacBinary specification
  359.  Date: 18-NOV 17:57 Network Digests
  360.  
  361.  To:<INFOEARN%HLERUL5.BITNET@WISCVM.WISC.EDU>
  362.  Subject: Wanted: the MacBinary specification
  363.  
  364.  The MacBinary specification should be available on CompuServe.  It's Dennis
  365.  Brothers' baby, and he's a Sysop there.
  366.  
  367.  Ric Ford
  368.  
  369.  ------------------------------
  370.  
  371.  From: MACINTOUCH (14970)
  372.  Subject: RE: Computerworld Focus 11/12
  373.  Date: 18-NOV 20:30 Network Digests
  374.  
  375.  To: jacobs@utah-cs.UUCP (Steven R. Jacobs)
  376.  Subject: Re: Computerworld Focus 11/12
  377.  
  378.  I've made something of a specialty of editors on computers from IBM MVS
  379.  systems to VAX/VMS, VAX/Unix, IBM/PC and Mac systems, and I find mouse-based
  380.  editing far more efficient for me than any command-driven editors I've seen.
  381.  
  382.  There are functions missing from Mac editors, but they aren't the fault
  383.  of the mouse.
  384.  
  385.  I agree that it is nice to have a keyboard option for mouse commands -- the
  386.  Standard File dialogs are a good example (on the Mac Plus), but take a look
  387.  at the standardization of Command keys (there isn't any) versus the
  388.  standardization of mouse-based functions (menus, double-clicking). I thank
  389.  Apple daily for forcing some standards on the application developers, and
  390.  find it amazing and wonderful that the real non-standard, non-Macish
  391.  applications have almost entirely gone "down the tube."
  392.  
  393.  Ric Ford
  394.  
  395.  ------------------------------
  396.  
  397.  From: MACINTOUCH (14971)
  398.  Subject: RE: IBM-PC <-> VAX <-> MAC network?
  399.  Date: 18-NOV 20:32 Network Digests
  400.  
  401.  To: berger@datacube.UUCP
  402.  Subject: Re: IBM-PC <-> VAX <-> MAC network?
  403.  
  404.  Bill Joy of Sun recently spoke in Boston and said that U Michigan is porting
  405.  NFS to the Mac...
  406.  
  407.  Ric Ford
  408.  
  409.  ------------------------------
  410.  
  411.  From: MACINTOUCH (14972)
  412.  Subject: RE: APL for the Mac
  413.  Date: 18-NOV 20:41 Network Digests
  414.  
  415.  To: dave@bucket.UUCP (Dave Munroe)
  416.  Subject: APL for the Mac
  417.  
  418.  Although I'm not an APL hacker, Portable Software's APL for the Mac seemed
  419.  to me to be well done.  They are at 60 Aberdeen Ave., Cambridge, MA  02138;
  420.  617-547-2918 (as of May 1986).
  421.  
  422.  Ric Ford
  423.  "MacInTouch" newsletter
  424.  
  425.  ------------------------------
  426.  
  427.  From: DDUNHAM (14982)
  428.  Subject: RE: APL for the Mac
  429.  Date: 19-NOV 03:49 Network Digests
  430.  
  431.   > From: dave@bucket.UUCP (Dave Munroe)
  432.   > Subject: APL for the Mac
  433.  
  434.  Quote Quad is the newsletter of the APL SIG of the ACM.
  435.  
  436.   David Dunham     "A mind is like a parachute.  It only functions when open."
  437.   Maitreya Design
  438.  
  439.  ------------------------------
  440.  
  441.  From: DDUNHAM (14983)
  442.  Subject: RE: ZoomWindows...Help Wanted
  443.  Date: 19-NOV 03:50 Network Digests
  444.  
  445.   > From: jdm@ut-ngp.UUCP (Jim Meiss)
  446.   > Subject: ZoomWindows...Help Wanted
  447.   > Is it possible to set the size that the window zooms to?
  448.  
  449.  Yes.  I recommend setting it to the smaller of the paper size or the screen.
  450.  This way if you have a FPD or Megascreen or E-machine, you won't get
  451. -obscenely
  452.  large windows.
  453.  
  454.   if (((WindowPeek)window)->dataHandle != NIL) {
  455.    pr = &(**(WStateData **)((WindowPeek)window)->dataHandle).stdState;
  456.    pr->right = pr->left + WIDTH;
  457.    b = pr->top + HEIGHT;
  458.    if (b < pr->bottom) pr->bottom = b;
  459.   }
  460.  
  461.  BTW, both your ZoomWindow calls use inZoomOut...
  462.  
  463.   David Dunham     "A mind is like a parachute.  It only functions when open."
  464.   Maitreya Design
  465.  
  466.  ------------------------------
  467.  
  468.  From: MACINTOUCH (14989)
  469.  Subject: RE: Mac fan comparison
  470.  Date: 19-NOV 13:49 Network Digests
  471.  
  472.  to: tod4@sphinx.UChicago.UUCP (phillip a todd)
  473.  Subject: Mac fan comparison
  474.  
  475.  Thanks to the information you posted about Mac fans,
  476.  I bought a System Saver Mac from MacConnection (for $65).
  477.  
  478.  I'm very pleased with it, finding it quiet and very
  479.  well designed.  The extra outlets and switches are
  480.  useful (and gave me a spare Mac cord back).
  481.  
  482.  Ric Ford
  483.  "MacInTouch" newsletter
  484.  
  485.  ------------------------------
  486.  
  487.  From: BRECHER (14984)
  488.  Subject: Re: mac video - drawing into ScreenBits
  489.  Date: 19-NOV 04:28 MUGS Online
  490.  
  491.  To: alen@ttidca.UUCP (Alen Shapiro)
  492.  Subject: mac video - drawing into ScreenBits fast?
  493.  
  494.  > Is there a way to retarget the video display mechanism to read from
  495.  > other areas of memory [besides the alternate screen buffer]?
  496.  
  497.  No.
  498.  
  499.  > ... my own very fast 3 line 68000 code memory-to-memorymap copy function...
  500.  
  501.  Have you tried unravelling the loop, i.e., generically speaking, replacing
  502.  
  503.          Move    #longs,Dn
  504.  @0      Move.L  (An)+,(Ay)+
  505.          Dbra    Dn,@0
  506.  
  507.  with
  508.  
  509.          Move    #longs/x,Dn
  510.  @0      Move.L  (An)+,(Ay)+     ;1
  511.          Move.L  (An)+,(Ay)+     ;2
  512.          ...
  513.          Move.L  (An)+,(Ay)+     ;x
  514.          Dbra    Dn,@0
  515.  
  516.  Even with a fully unravelled loop -- which would take more than 40K of code
  517. ---
  518.  you might not make 60 frames/sec.  Move.L (An)+,(Ay)+ is 20 cycles nominal,
  519.  and the Mac's effective CPU rate is somewhere around 6MHz.
  520.  
  521.  ------------------------------
  522.  
  523.  From: NANOCHIP (14991)
  524.  Subject: PCPC's HFS Backup
  525.  Date: 19-NOV 18:33 Hardware & Peripherals
  526.  
  527.  Dave>
  528.   Is the updated version of HFS Backup available yet? I've got <1800 files
  529.  on my Micah20AT and am no longer able to use version 1.1B5. I had talked to
  530.  someone (Tammy?) at PCPC a few weeks ago and they told me the new version
  531.  would have a file limit of ~5k (V1.1 has a limit ~1.4k files)). Is this
  532.  the correct poop?
  533.  
  534.    When I first got the "Directory Full, File 'Foo' could not be copied"
  535.  ALRT I assumed "Foo" was a bad file and deleted it, thinking it had caused
  536.  my problems ( I didn't realize there was a FIle # limit ). I found the ALRT
  537.  and the subsequent sorting of only the first 1400 files to be a little
  538.  confusing.
  539.  
  540.   Also, ( as Raines Cohen once suggested) an option to back up files in
  541.  a non-compressed format would be a nice feature. In the meantime...
  542.  I once saw (Usenet Digest?) a PCPC public domain program which could
  543.  extract individual files from HFS Backup disks. Will this be included
  544.  on the update disk, or could you upload it here in the database?
  545.  HFS Backup enjoys a strong following ( myself included :-) ) here on
  546.  ICONtact and I'm sure it would come in handy for some members. Thanks!
  547.  <Chip
  548.  
  549.  ------------------------------
  550.  
  551.  From: DAVE99 (14993)
  552.  Subject: RE: PCPC's HFS Backup (Re: Msg 14991)
  553.  Date: 19-NOV 20:59 Hardware & Peripherals
  554.  
  555.    HFS Backup 2.0 is in the final stages of beta test, and should be
  556.  released by 1 Dec.  We've learned a lot in the past year, and much of
  557.  that knowledge was put into the new version; I think you'll like it!
  558.    Backing up in a non-compressed format is very contrary to our way of
  559. -thinking
  560.  these days... as a matter of fact, the new Backup puts one large BackupFile
  561. -on
  562.  each disk!  I'm told there is a program called Mega Copy which does just that
  563.  tho; haven't used it myself, but others can probably help you there.
  564.    The new Backup also has a Recover option, which allows you to extract files
  565.  even if the BackupDir and Copy of BackupDir have been lost, erased, run over,
  566.  etc.  It's not something you'd want to do all the time, but it's nice to know
  567.  it's there.
  568.    Thanks for the feedback, and the interest!
  569.     -Dave W
  570.  
  571.  ------------------------------
  572.  
  573.  From: MCOHEN (14998)
  574.  Subject: RE: PCPC's HFS Backup (Re: Msg 14993)
  575.  Date: 20-NOV 00:40 Hardware & Peripherals
  576.  
  577.  Will the new version be available to registered owners? Is it any
  578.  faster than 1.1? I'm starting to get very frustrated with HFS Backup,
  579.  almost to the point of switching to FlashBack (which my company uses;
  580.  it seems much faster). Last night, it took me 40 minutes & 10 disks to
  581.  backup a little over 8Meg of data from my HD20. One other slight thing
  582.  I would like to see changed is the ability to do a 'changed files
  583.  only' backup of selected folders only. When I do a backup of one
  584.  folder (as I often do with my source code), doing a 'changes' backup
  585.  will scan all folders and backup anything that isn't on the original
  586.  backup set.
  587.      - Mike
  588.  
  589.  ------------------------------
  590.  
  591.  From: LOFTUSBECKER (14994)
  592.  Subject: RE: Font questions
  593.  Date: 19-NOV 21:12 Network Digests
  594.  
  595.  To: "Bob Soron" <Mly.G.Pogo%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU>
  596.  Subject: Font questions
  597.  
  598.       Yes, there is an FKEY like Other... that lets you temporarily use
  599.  fonts not installed in the system.  FONTSIE 1.51 works with many (but
  600.  not all!) programs that have a "Font" menu, and with some ("sort of"
  601.  with Word 1.05, very well with Acta and miniWriter) that don't.  A
  602.  beta-test version ("Special Fontsie"), somewhat less user-friendly,
  603.  works with more programs, including MacDraw and Write/Now, but you
  604.  have to make your additions before running the program. If Jeff wants
  605.  to upload them from Delphi, he's welcome to (i.e. he can for this
  606.  purpose break the restriction on further distribution of the beta-test
  607.  version of Special Fontsie).
  608.  
  609.  Lofty
  610.  
  611.  [ Fontsie is available in the INFO-MAC archives.  At this time I do not think
  612.  it is appropriate to upload Special Fontsie. - Jeff ]
  613.  
  614.  ------------------------------
  615.  
  616.  From: MACINTOUCH (14995)
  617.  Subject: RE: HD vs. Floppy: $/Kb
  618.  Date: 19-NOV 21:55 Network Digests
  619.  
  620.  To: harvard!ci-dandelion!carl@seismo.CSS.GOV (Carl A. Dunham)
  621.  Subject: HD vs. Floppy: $/Kb
  622.  
  623.  It seems to me that this comparison would be a lot more valid if you
  624.  included the price of the floppy _drive_ in your equation.  Alternatively,
  625.  you could compare the price of floppy disk media, per megabyte, with the
  626.  price of Bernoulli Box media, per megabyte.
  627.  
  628.  Furthermore, there are 10MB Paradise drives selling for under $500, and
  629.  Bernoulli Box 5MB units are listed at $499 from Icon Review.  These
  630.  approach the cost of an external floppy drive with a quantum improvement
  631.  in capacity and performance.
  632.  
  633.  How about including in the equation the cost of the amount of RAM you're
  634.  using for your RAM disk, if it were bought as an upgrade?
  635.  
  636.  Ric Ford
  637.  "MacInTouch"
  638.  
  639.  ------------------------------
  640.  
  641.  From: DDUNHAM (15003)
  642.  Subject: RE: HD vs. Floppy: $/Kb
  643.  Date: 20-NOV 03:38 Network Digests
  644.  
  645.   > From: harvard!ci-dandelion!carl@seismo.CSS.GOV (Carl A. Dunham)
  646.   > Subject: HD vs. Floppy: $/Kb
  647.  
  648.  Yes, but cost/K of storage isn't the whole picture.  How about multiplying
  649.  access time (from Steve Brecher's DiskTimer II) to get $seconds per K?  Some
  650. -us
  651.  may not be as patient as you are.
  652.  
  653.  ------------------------------
  654.  
  655.  From: MACLAIRD (15004)
  656.  Subject: RE: HD vs. Floppy:  $/Kb
  657.  Date: 20-NOV 04:17 Network Digests
  658.  
  659.   > Re:  HD vs. Floppy:  $/Kb
  660.  
  661.  There are two advantages to a hard drive.  The first is convenience - that
  662. -is,
  663.  to both avoid the need to flip floppies and to keep the programs and maybe
  664. -data
  665.  that is frequently used in an always accessable location.  The second is
  666. -speed,
  667.  which has some convenience value but really only has a true purpose in a
  668.  production/commercial situation.
  669.  
  670.  Your point is very well taken.  Hard disks are unsuitable as a repository of
  671.  static information (as anyone who has had one go South can verify) and anyone
  672.  who is buying a hard drive for that purpose is spending extra money for some-
  673.  thing he really doesn't want.
  674.  
  675.  Laird
  676.  
  677.  ------------------------------
  678.  
  679.  From: HSTARR (14997)
  680.  Subject: SCSI pinouts
  681.  Date: 19-NOV 22:58 Hardware & Peripherals
  682.  
  683.  Does any good person out there KNOW where the SCSI terminator gets its 5V
  684. -rail
  685.  from; I thought it was pin 26, but that just hangs my SCSI bus. Running
  686. -without
  687.  an energised terminator seems to be causing a lot of flaky's. I am using a
  688. -lash
  689.  up of drive + power supply + flat ribbon cables. Any help will be well
  690.  appreciated. Harry
  691.  
  692.  ------------------------------
  693.  
  694.  From: MACLAIRD (15005)
  695.  Subject: HFS Blues Revisited
  696.  Date: 20-NOV 04:19 Bugs & Features
  697.  
  698.  Just in case you though HFS funnies were confined to the Hard Disk 20 side of
  699.  things...
  700.  
  701.  I noticed an 800K diskette all of a sudden grew to "779K used, 0K available"
  702. -as
  703.  indicated in the Finder, so I copied it onto a fresh one - which showed up
  704. -with
  705.  "778K used, 7K available".  No crashes or intermediate giggles, but it was a
  706.  work disk.
  707.  
  708.  Did you know that about a year ago, when a woman called WBCN with a
  709.  talking Mac, Karlos 4K asked her "what size are your floppies?"  It
  710.  must have been one of those rare days when Josh was absent from the
  711.  keyboard...
  712.  
  713.  Laird                                "A Waist is a terrible thing to mind"
  714.  
  715.  ------------------------------
  716.  
  717.  From: MACLAIRD (15006)
  718.  Subject: RE: mac video - drawing into ScreenBits fast?
  719.  Date: 20-NOV 04:22 Network Digests
  720.  
  721.  To:  alen@ttidca.UUCP (Alen Shapiro)
  722.  Subject: mac video - drawing into ScreenBits fast?
  723.  
  724.  As usual, Steve BRECHER beat me to the punch, but I think I have a few
  725. -comments
  726.  to supplement his:
  727.  
  728.  I haven't tried drawing into the screen buffer (YVES has, for one..) but I
  729. -can
  730.  offhand think of a shorter and probably faster blit. [so did Steve]
  731.  
  732.  LoopLabel:
  733.          MOVE.L  (A0)+,(A1)+
  734.          DBF     D0,LoopLabel
  735.  
  736.  The .L is there in the move to move four bytes per instruction; this should
  737. -be
  738.  better than the MOVE.B that I often see in print, as the 68000 will not have
  739. -to
  740.  fetch the instructions as often.  You'll have to pre-calculate the counter DO
  741.  as one-fourth of the number of bytes to move, and fudge for the excess,
  742. -perhaps
  743.  with
  744.  
  745.  FinLabel:
  746.          CMPA.L  A0,lastByte
  747.          BGT.S   EndLabel
  748.          MOVE.B  (A0)+,(A1)+
  749.          BRA.S   FinLabel
  750.  EndLabel:
  751.  
  752.  or something like that.  Again, I haven't found the need to draw directly
  753. -into
  754.  the screen, but I have to believe that it's not so hard.  BlockMove() runs
  755. -out
  756.  of ROM, which isn't interleaved with video memory, so you might trace through
  757.  and see what his code is like.  Is AppleTalk or a hard drive on your Mac?
  758.  
  759.  One more thing:  check the hardware chapter of Inside Macintosh (Vol. 3, pp.
  760.  18-20).  It describes the need to coordinate with the vertical blanking
  761.  interrupt to achieve smooth animation of images.  You can't do it all during
  762.  vertical retrace, but you can apparently get enough of a head start to keep
  763.  ahead of the raster.  Otherwise, you might _appear_ to be achieving 30 Hz.
  764.  Also, you might have to blit just changes to the screen.
  765.  
  766.  I have heard that the author of Vanlandingham tried to blit the images and to
  767.  have digitized sound as well - but was unable to combine them.  I wonder what
  768.  the Macintosh 128K would have included if the 68000 had just a little bit
  769. -more
  770.  power; the hardware designers apparently squeezed it for just about all it
  771. -was
  772.  worth.
  773.  
  774.  Laird J. Heal (MACLAIRD)
  775.  
  776.  
  777.  ------------------------------
  778.  
  779.  End of Delphi Mac Digest
  780.  ************************
  781.